ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _SankeyRadialPlotView<TOwnerView> Class / _SankeyRadialPlotView<TOwnerView> Constructor

In This Topic
    _SankeyRadialPlotView<TOwnerView> Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal layoutView As TOwnerView, _
       ByVal definition As ISankeyRadialPlotDefinition, _
       ByVal plotData As ISankeyPlotDataModel _
    )
    public _SankeyRadialPlotView<TOwnerView>( 
       TOwnerView layoutView,
       ISankeyRadialPlotDefinition definition,
       ISankeyPlotDataModel plotData
    )

    Parameters

    layoutView
    definition
    plotData
    See Also